@charset "utf-8";
/* CSS Document */

 
html, body {
               margin:0;
   padding:0;
   height:100%;
            }


.header { z-index:50;
	 position:fixed;
margin-top:-65px;
width:100%;
}

#flashContent{
	z-index:0;
	position: absolute;
	float: none;
	background-color: #636363;
	top:25%;
	Left75%;
	margin-left: 550px;
	margin-top: 80px;
	width:850px;
	overflow:hidden;
}


.pikastuf{
	z-index:0;
	position: absolute;
	float: none;
	background-color: #636363;
	top:25%;
	Left75%;
	margin-left: 550px;
	margin-top: 80px;
	width:850px;
	overflow:hidden;
}

/* this is the nav bar coding */

.navbar { 
  z-index:1000000;
  position:fixed; 
  top:0.2%;
  left: 520px;
	margin-top:-10px;}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
	background: #555;  
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	font-size:18px;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
	float:left;
}
	nav ul li:hover {
		background: #B8B8B8;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 25px 40px;
		color: #fff; text-decoration: none;
	}
	nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
			nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

h2 {
	color:#FFF;
	z-index:2;
	position:absolute;
top: 25%;
padding: 30px;
font-size:40px;

-webkit-animation:  fadeInLeft 4s;
       -moz-animation:  fadeInLeft 4s;
        -ms-animation: fadeInLeft 4s; 
         -o-animation:  fadeInLeft 4s;
            animation: fadein 4s;

}

.WWT { color:#FFF;
z-index:2;
position:absolute;
top:37%;
margin-right: 20px;
font-size:18px;
padding:10px;
left:40px;
width:410px;
height:230px;
text-align:justify;
overflow:scroll;
overflow-x:hidden;



-webkit-animation:  fadeInLeft 3s;
       -moz-animation:  fadeInLeft 3s;
        -ms-animation: fadeInLeft 3s; 
         -o-animation:  fadeInLeft 3s;
            animation: fadein 3s;

}

.tekstbox {
	Z-index:1;
	top: 30%;
	left: 10px;
	position:absolute;
	padding: 5px;
}

/* here is the footer */
.footer { 
z-index:100;
  position:fixed;
    bottom:-10px;
}

.welkom{ 
z-index:25;
position:absolute;
margin-top: 65px;
margin-left: 600px;
font-size:25px;
color:white;

-webkit-animation:  fadeInLeft 3s;
       -moz-animation:  fadeInLeft 3s;
        -ms-animation: fadeInLeft 3s; 
         -o-animation:  fadeInLeft 3s;
            animation: fadein 3s;
}

.Back{
	Z-index:1;
	top: 15%;
	left: -10px;
	position:absolute;
	
	}

@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
/* Firefox */
@-moz-keyframes fadeInLeft {
   0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
/* Safari and Chrome */
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}
/* Internet Explorer */
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}​
}
/* Opera */
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	
}​
}
